(function () {
	var pars = [0,'Поздравления с днём рождения','http://seot.at.ua/','Добавить в Избранное'];
	if (pars[2].length < 1) pars[2] = location.href;
	if (pars[1].length < 1) pars[1] = document.title;
	document.write('<a rel=sidebar href="javascript:;" onclick="addBookmark5(\'' + pars[2] + '\', \'' + pars[1] + '\', navigator.userAgent); return false;">' + pars[3] + '</a>');
})();

function addBookmark5(url, title, UA) {
	var isfirefox = !!InstallTrigger;
	var isopera   = !!window.opera || / OPR\//.test(UA);
	var isie      = /*@cc_on!@*/false || !!document.documentMode;
	var isedge    = !isie && !!window.StyleMedia;
	var ischrome  = !!window.chrome && !!window.chrome.webstore;
	var isblink       = (ischrome || isopera) && !!window.CSS;

	if (isfirefox ) {
		window.sidebar.addPanel(title, url, '');
	} else if (isie ) {
		window.external.AddFavorite(url, title);
	} else return false;
	return true;
}